home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / PROGRAM / PHOTO.DIR / 00003.ls next >
Encoding:
Text File  |  1997-07-10  |  476 b   |  23 lines

  1. on mouseDown
  2.   global packagenum, bgmonoff
  3.   set the visible of sprite 23 to 0
  4.   set dosomething to button()
  5.   if dosomething = "next" then
  6.     puppetSound(bgmonoff)
  7.     updateStage()
  8.     nextprevpage("1")
  9.   else
  10.     if dosomething = "prev" then
  11.       puppetSound(bgmonoff)
  12.       updateStage()
  13.       nextprevpage("-1")
  14.     else
  15.       if dosomething = "return" then
  16.         puppetSound(bgmonoff)
  17.         updateStage()
  18.         returnmovie()
  19.       end if
  20.     end if
  21.   end if
  22. end
  23.